home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Terra Sound Library
/
Terra Sound Library.iso
/
player_composer
/
eagleplayer
/
ep_to_install
/
installdata
/
arexxexamples.lha
/
EP_NextPatt.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
208b
|
18 lines
/* EaglePlayer - nächstes Pattern im Song abspielen */
/* Arguments */
address 'rexx_EP'
options results
status jmp
if result == "no" then do
say "No Patternjump available !"
end
else do
nextpatt
end